github.com/refraction-networking/utls.serverHelloMsg.ocspStapling (field)

9 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L709: 		if !hs.serverHello.ocspStapling {
		handshake_client_tls13.go#L200: 	if hs.serverHello.ocspStapling ||
		handshake_messages.go#L757: 	ocspStapling                 bool
		handshake_messages.go#L783: 	if m.ocspStapling {
		handshake_messages.go#L944: 			m.ocspStapling = true
		handshake_server.go#L586: 		hs.hello.ocspStapling = true
		handshake_server.go#L611: 	if hs.hello.ocspStapling {
		u_public.go#L308: 			ocspStapling:                 shm.OcspStapling,
		u_public.go#L338: 			OcspStapling:                 shm.ocspStapling,